home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / tabdlg2.zip / MFC / ABOUT.H < prev    next >
C/C++ Source or Header  |  1994-05-04  |  526b  |  25 lines

  1. /////////////////////////////////////////////////////////////////////////////
  2. // CAboutDlg dialog used for App About
  3.  
  4. #include "3ddlg.h"
  5.  
  6. class CAboutDlg : public C3DDlg
  7. {
  8. public:
  9.     CAboutDlg();
  10.  
  11. // Dialog Data
  12.     //{{AFX_DATA(CAboutDlg)
  13.     enum { IDD = IDD_ABOUTBOX };
  14.     //}}AFX_DATA
  15.  
  16. // Implementation
  17. protected:
  18.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  19.     //{{AFX_MSG(CAboutDlg)
  20.     virtual BOOL OnInitDialog();
  21.     //}}AFX_MSG
  22.     DECLARE_MESSAGE_MAP()
  23. };
  24.  
  25.